build: Add directories to the summary
authorTimm Bäder <mail@baedert.org>
Thu, 14 Sep 2017 14:04:50 +0000 (16:04 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 14 Sep 2017 16:22:36 +0000 (18:22 +0200)
meson.build

index 55dcdba7fa35878e386095c2a0b3b43a03ff03cd..6d849b99108dd0fe7062aa4867a1820f3c92c3cb 100644 (file)
@@ -633,10 +633,15 @@ summary = [
   'GTK+ @0@ (@1@)'.format(gtk_version, gtk_api_version),
   '',
   '  Enabled backends: @0@'.format(pkg_targets.strip()),
-  '  Vulkan support: @0@'.format(have_vulkan),
-  '  Tests: @0@'.format(get_option('build-tests')),
-  '  Documentation: @0@'.format(get_option('documentation')),
-  '  Demos: @0@'.format(get_option('demos')),
+  '    Vulkan support: @0@'.format(have_vulkan),
+  '             Tests: @0@'.format(get_option('build-tests')),
+  '     Documentation: @0@'.format(get_option('documentation')),
+  '             Demos: @0@'.format(get_option('demos')),
+  'Directories:',
+  '            prefix: @0@'.format(gtk_prefix),
+  '        includedir: @0@'.format(gtk_includedir),
+  '            libdir: @0@'.format(gtk_libdir),
+  '           datadir: @0@'.format(gtk_datadir),
   '------',
   ''
 ]